home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{97AD20E9-36A3-4B89-B554-D7E13BF6123E}#1.0#0"; "ciaXPScroll.ocx"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 5805
- ClientLeft = 60
- ClientTop = 450
- ClientWidth = 6435
- LinkTopic = "Form1"
- ScaleHeight = 5805
- ScaleWidth = 6435
- StartUpPosition = 3 'Windows Default
- Begin ciaXPScroll.XPHScroll XPHScroll3
- Height = 255
- Left = 1515
- TabIndex = 5
- Top = 585
- Width = 3500
- _ExtentX = 6165
- _ExtentY = 450
- LargeChange = 2
- Max = 10
- End
- Begin ciaXPScroll.XPHScroll XPHScroll2
- Height = 255
- Left = 1995
- TabIndex = 4
- Top = 990
- Width = 3500
- _ExtentX = 6165
- _ExtentY = 450
- LargeChange = 2
- Max = 10
- Theme = 1
- End
- Begin ciaXPScroll.XPHScroll XPHScroll1
- Height = 255
- Left = 2460
- TabIndex = 3
- Top = 1560
- Width = 3500
- _ExtentX = 6165
- _ExtentY = 450
- LargeChange = 2
- Max = 10
- Theme = 2
- End
- Begin ciaXPScroll.XPVScroll XPVScroll3
- Height = 3500
- Left = 1245
- TabIndex = 2
- Top = 945
- Width = 255
- _ExtentX = 450
- _ExtentY = 6165
- LargeChange = 2
- Max = 10
- End
- Begin ciaXPScroll.XPVScroll XPVScroll2
- Height = 3500
- Left = 1695
- TabIndex = 1
- Top = 1230
- Width = 255
- _ExtentX = 450
- _ExtentY = 6165
- LargeChange = 2
- Max = 10
- Theme = 1
- End
- Begin ciaXPScroll.XPVScroll XPVScroll1
- Height = 3500
- Left = 2115
- TabIndex = 0
- Top = 1830
- Width = 255
- _ExtentX = 450
- _ExtentY = 6165
- LargeChange = 2
- Max = 10
- Theme = 2
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub XPHScroll1_BarMouseUp()
- Debug.Print "bar up"
- End Sub
- Private Sub XPHScroll1_Change()
- Debug.Print "XPVScroll1_Change"
- End Sub
- Private Sub XPHScroll1_Scroll()
- Debug.Print "XPVScroll1_Scroll"
- End Sub
-